/****************************************************************
CSS FRAMEVIEW [ name ]

	- Layouts y Fondos
	- CSS para Menus Est.ndares (seg.n MapWeb)
	- CSS adicional
*****************************************************************/

p.UserConectado{
	float:right; 
	margin-right:40px; 
	margin-top:9px; 
	color:#FFF; 
	font-size:11px;
	font-weight:bold;
}
p.UserConectado a{
	font-size:10px;
	color:#fff;	
	font-weight:normal;
}

/*
----------------------------------------------------------------------------------------------
LAYOUT Y FONDOS
	PreCabecera, Cabecera, Cuerpo, Pie (y sus contenedores)
	Fondos (cabecera, cuerpo, etc)
-----------------------------------------------------------------------------------------------
*/


body{
	min-width:990px;
	max-width:3000px;
}


				/* Com.n contenedores */
#FrwPreCabeceraContenedor,
#FrwCabeceraContenedor,
#FrwCuerpoContenedor,
#FrwPieContenedor{
	margin:0px;
	padding:0px;
	width:100%;
}
				/* Com.n bloques de contenido */
#FrwPreCabecera,
#FrwCabecera,
#FrwCuerpo,
#FrwPie{
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

				/* Especificaciones para cada bloque */
				
/*///////////////////////////////////// Pre Cabecera Contenedor*/				
#FrwPreCabeceraContenedor{

}

#FrwPreCabecera{
	/*background:url(../shared_rec/img_shared/FndPreCab.gif) repeat-x top left #8ec222;*/
	height:35px;
}
#FrwPreCabecera h1{
	margin:0px;
	padding:0px;
	padding-top:3px;
	color:#fff;
	font-size:15px;
	text-align:right;
	margin-right:10px;
}
/*.......................*/
#InfoAyuda{
	padding-top:0px;
}
#InfoAyuda a{
	float:right;
	margin-right:10px;
}
/*....................*/
div#Logo{
	position:absolute;
	top:5px;
	left:17px;
	width:139px;
	height:100px;
	padding:2px;
	/*background-color:#7DB900;
	border:1px solid #333;*/
}

/*///////////////////////////////////// Cabecera Contenedor*/
#FrwCabeceraContenedor{
	/*background:url(../shared_rec/img_shared/FndCab.gif) repeat-x top left;*/
}
#FrwCabecera{
	height:80px;
	overflow:hidden;
	
}
/*///////////////////////////////////// Cuerpo Contenedor*/
#FrwCuerpoContenedor{
	
}
#FrwCuerpo{
	
}
/*.................................Columna Izquierda*/
#FrwCuerpo div#ColAux{
	float:left;
	display:none;
	width:30px;
}
#FrwCuerpo div#ColIzq{
	float:left;
	width:203px;
}
#FrwCuerpo div#ColIzq div#CabColIzq{
	margin:0px;
	padding:0px;
	background:url(../shared_rec/img_shared/FndCabColIzq.png) no-repeat top left;
	height:20px;
	text-align:right;
	padding-right:8px;
}
/*..............................*/
#FrwCuerpo div#ColIzq div#CuerpoColIzq{
	margin:0px;
	padding:0px;
	background:url(../shared_rec/img_shared/FndCuerpoColIzq.png) repeat-y top left;
}
#FrwCuerpo div#ColIzq div#CuerpoColIzq h2{
	margin:0px;
	padding:0px;
	margin-right:10px;
	font-size:16px;
	padding-left:45px;
	color:#fff;
	padding-top:14px;
	padding-bottom:7px;
}
/*..............................*/
#FrwCuerpo div#ColIzq div#PieColIzq{
	margin:0px;
	padding:0px;
	background:url(../shared_rec/img_shared/FndPieColIzq.png) no-repeat top left;
	height:25px;
}
/*..............................*/
#FrwCuerpo a.BtnAbrirCerrar{
	background:url(../shared_rec/img_shared/BtnAbrirCerrar.png) no-repeat top left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:6px;
	padding-right:6px;
	text-align:center;
	text-decoration:none;
}
#FrwCuerpo a.BtnAbrirCerrar:hover{
	background:url(../shared_rec/img_shared/BtnAbrirCerrar.png) no-repeat bottom left;
	color:#4d4d4d;
}
/*.................................Columna Derecha*/
#FrwCuerpo div#ColDer{
	margin-left:205px;
}

#FrwCuerpo div#CabColDer{
	background:url(../shared_rec/img_shared/FndCabColDer.png) no-repeat top left;
	height:50px;
	
}
#FrwCuerpo div#CabColDer h2#TitSubSeccion{
	margin:0px;
	padding:0px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	padding-left:50px;
	float:left;
}
#FrwCuerpo div#CabColDer #NomCentro{
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-top:15px;
	width:375px;
	float:left;
}
#FrwCuerpo div#CabColDer div#NomCentro select{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border:1px solid #4d4d4d;
	background-color:#4d4d4d;
}

#FrwCuerpo div#CabColDer div#TitSeccion {
	float:right;
	margin-right:9px;
	margin-top:10px;
}
#FrwCuerpo div#CabColDer div#TitSeccion h3{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../shared_rec/img_shared/FndTitSeccion.png) no-repeat top left;
	height:40px;
	line-height:40px;
	font-size:17px;
	padding-left:20px;
	color:#648C04;
	padding-right:80px;
}
#FrwCuerpo div#CabColDer div#TitSeccion span{
	background:url(../shared_rec/img_shared/FndTitSeccion.png) no-repeat top right;
	font-size:10px;
	padding-left:18px;
	padding-top:0px;
	padding-bottom:30px;
}
/*....................................*/
#FrwCuerpo div#CuerpoColDer{
	background:url(../shared_rec/img_shared/FndCuerpoColDer.png) repeat-y top left;
	padding-left:28px;
	padding-right:10px;
}
#FrwCuerpo div#PieColDer{
	background:url(../shared_rec/img_shared/FndPieColDer.png) no-repeat bottom left;
	height:30px;
}
/*....................................*/
#FrwCuerpo div#ContenidoColDer{
	background:#fff;
	padding:10px;
	
}
/*///////////////////////////////////// Pie Contenedor*/
#FrwPieContenedor{

}
#FrwPie{
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}




/*
--------------------------------------------------------------------------------------------------
MEN.S <ul><li> EST.NDAR FRAMEVIEW
	
	Se generan el <ul><li> con sobrados asideros id y class para darle formato por CSS.
	(class_MapWeb)
		
	
	GRUPO DE SECCIONES - CON SUBS-ACTUAL
	................................................	
	<ul id="MenuGrp_{grpcode}" class="MenuGrp [Selected]">		
		<li class="MenuLabelSec" id="MenuLabelSec_{seccode}">label-txt</li>				
		<li class="MenuSepSec" id="MenuSepSec_{seccode}"></li>			
		<li id="MenuSec_{seccode}" class="MenuSec [Selected]">
			<a class="MenuSecLink" href="url" title='title' target='_self'>Txt-Sec</a>
					
			OPCIONAL SUBSEC-ACTUALES (bajo SEC-ACTUAL):
			<ul id="MenuSubsOf_{seccode}" class="MenuSubsOf">
				<li class="MenuLabelSub" id="MenuLabelSub_{subcode}">label-txt</li>		
				<li class="MenuSepSub"   id="MenuSepSub_{subcode}"></li>
				<li id="MenuSub_{subcode}" class="MenuSub [Selected]" ><a class="MenuSubLink" href="url" title="title" target='_self'>Txt-Sub</a></li>
			</ul>						
							
		</li>		
	</ul>	
						

	SUBSECCIONES ACTUAL SEPARADO
	...........................................................
		Para subsecciones actuales POR SEPARADO (solapas, caja separada, etc)
		igual, a.adiendo "Act" (en los nombres de los CSS)

		<ul id="MenuActSubsOf_{seccode}" class="MenuActSubsOf">
			<li class="MenuActLabelSub" id="MenuActLabelSub_{subcode}">label-txt</li>		
			<li class="MenuActSepSub" id="MenuActSepSub_{subcode}"></li>
			<li id="MenuActSub_{subcode}" class="MenuActSub [Selected]"><a href="#" title="title" target='_self'>Txt-Sub</a></li>
		</ul>
	
-----------------------------------------------------------------------------------------------------
*/

		/********************************************
		Damos formato gen.rico con clases 
		 Si es necesario especial para una secci&oacute;n(sub) dada, usar identificadores 
		*********************************************/
		
		
/* ----------------------------- SECCIONES ------------------------------------*/
div#MenuContenedor{
	float:left;
	margin-left:220px;
}
ul.MenuGrp{
	margin:0px;
	padding:0px;
 	list-style:none;
}

ul.MenuGrp li{
	float:left;
	margin-right:3px;
}

ul.MenuGrp li a{
	float:left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size:9px;
	width:85px;
	height:12px;
	text-align:center;
	padding-top:46px;
	padding-bottom:3px;
}

ul.MenuGrp li a:hover,
ul.MenuGrp li.Selected a{
	text-decoration:none;
	color:#4d4d4d;
}

ul.MenuGrp li a:active{

}

		/* Secci&oacute;n */
ul.MenuGrp li.MenuSec{

}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secalumnos a{
	background:url(../shared_rec/img_shared/BtnMenuPersonas.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secalumnos a:hover,
ul.MenuGrp li#MenuSec_secalumnos.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuPersonas.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secinscrip a{
	background:url(../shared_rec/img_shared/BtnMenuInscrip.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secinscrip a:hover,
ul.MenuGrp li#MenuSec_secinscrip.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuInscrip.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_sechorario a{
	background:url(../shared_rec/img_shared/BtnMenuHora.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_sechorario a:hover,
ul.MenuGrp li#MenuSec_sechorario.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuHora.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secadmin a{
	background:url(../shared_rec/img_shared/BtnMenuCaja.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secadmin a:hover,
ul.MenuGrp li#MenuSec_secadmin.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuCaja.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secdocencia a{
	background:url(../shared_rec/img_shared/BtnMenuDocencia.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secdocencia a:hover,
ul.MenuGrp li#MenuSec_secdocencia.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuDocencia.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secdircentro a{
	background:url(../shared_rec/img_shared/BtnMenuCentro.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secdircentro a:hover,
ul.MenuGrp li#MenuSec_secdircentro.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuCentro.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secdirfluency a{
	background:url(../shared_rec/img_shared/BtnMenuFluency.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secdirfluency a:hover,
ul.MenuGrp li#MenuSec_secdirfluency.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuFluency.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secconfig a{
	background:url(../shared_rec/img_shared/BtnMenuHerramientas.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secconfig a:hover,
ul.MenuGrp li#MenuSec_secconfig.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuHerramientas.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secdoctools a{
	background:url(../shared_rec/img_shared/BtnMenuDocTools.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secdoctools a:hover,
ul.MenuGrp li#MenuSec_secdoctools.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuDocTools.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secinformes a{
	background:url(../shared_rec/img_shared/BtnMenuInformes.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secinformes a:hover,
ul.MenuGrp li#MenuSec_secinformes.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuInformes.png) no-repeat bottom left;
}
/*.............................................................................*/
ul.MenuGrp li#MenuSec_secncservicios a{
	background:url(../shared_rec/img_shared/BtnMenuNC.png) no-repeat top left;
}
ul.MenuGrp li#MenuSec_secncservicios a:hover,
ul.MenuGrp li#MenuSec_secncservicios.Selected a{
	background:url(../shared_rec/img_shared/BtnMenuNC.png) no-repeat bottom left;
}
/*.............................................................................*/


		/* Secci&oacute;n Seleccionada */
ul.MenuGrp li.MenuSec.Selected


		/* Label de Secci&oacute;n */
ul.MenuGrp li.MenuLabelSec{

}

		/* Separador de Secci&oacute;n */
ul.MenuGrp li.MenuSepSec{

}



/* --------------- SUB-SECCIONES DE SEC ACTUAL - VISTAS BAJO SECCI&oacute;N -----------------------*/
ul.MenuSubsOf{

}

ul.MenuSubsOf li{

}

ul.MenuSubsOf li a{

}

ul.MenuSubsOf li a:hover{

}

ul.MenuSubsOf li a:active{

}

		/* SubSecci&oacute;n */
ul.MenuSubsOf li.MenuSub{

}

		/* SubSecci&oacute;n Seleccionada */
ul.MenuSubsOf li.MenuSub.Selected{

}


		/* Label de SubSecci&oacute;n */
ul.MenuSubsOf li.MenuLabelSub{

}

		/* Separador de SubSecci&oacute;n */
ul.MenuSubsOf li.MenuSepSub{

}



/* --------------- SUB-SECCIONES DE SEC ACTUAL - VISTAS POR SEPARADAO  -----------------------*/
ul.MenuActSubsOf{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.MenuActSubsOf li{
	margin:0px;
	padding:0px;
	margin-bottom:1px;
}

ul.MenuActSubsOf li a{
	display:block;
	background:url(../shared_rec/img_shared/FndSubSec.png) repeat-x top left;
	height:24px;
	margin-right:10px;
	line-height:24px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
}

ul.MenuActSubsOf li a:hover{
	background:url(../shared_rec/img_shared/FndSubSec.png) repeat-x bottom left;
	text-decoration:none;
	color:#648C04;
}

ul.MenuActSubsOf li.Selected a{
	background:url(../shared_rec/img_shared/FndSubSelected.png) repeat-x top left;
	text-decoration:none;
	color:#fff;
}

ul.MenuActSubsOf li a:active{

}

		/* SubSecci&oacute;n */
ul.MenuActSubsOf li.MenuActSub{

}

		/* SubSecci&oacute;n Seleccionada */
ul.MenuActSubsOf li.MenuActSub.Selected{

}


		/* Label de SubSecci&oacute;n */
ul.MenuActSubsOf li.MenuActLabelSub{
	margin:0px;
	padding:0px;
	margin-right:10px;
	font-size:13px;
	font-weight:bold;
	padding-left:45px;
	color:#fff;
	padding-top:14px;
	padding-bottom:7px;
}
		/*.................................*/
		ul#MenuActSubsOf_secalumnos li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecAlum.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secinscrip li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecInscrip.png) no-repeat top left;
		}
		ul#MenuActSubsOf_sechorario li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecHora.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secadmin li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecAdmin.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secdocencia li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecDocencia.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secdircentro li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecCentro.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secdirfluency li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecDirFluency.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secconfig li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecConfig.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secdoctools li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecDocTools.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secinformes li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecInformes.png) no-repeat top left;
		}
		ul#MenuActSubsOf_secncservicios li.MenuActLabelSub{
			background:url(../shared_rec/img_shared/FndSubSecNCServicios.png) no-repeat top left;
		}

		/* Separador de SubSecci&oacute;n */
ul.MenuActSubsOf li.MenuActSepSub{
	padding:0px;
	background-color:#7DB900;
	margin-right:10px;
	height:3px;
	line-height:3px;
	font-size:3px;
}
		



/*
--------------------------------------------------------------------
CSS - ADICIONAL - ICONOS DE SECCIONES Y SUBSECCIONES
--------------------------------------------------------------------
*/
div.IconoSec{
	position:absolute;
	top:106px;
	right:20px;
	height:65px;
	width:70px;
}

	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secalumnos,
	div.IconoSec.subalummat{
		background:url(../shared_rec/img_shared/IconSecAlum.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subalummat{
		background:url(../shared_rec/img_shared/IconSecAlum.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subgrupos,
	div.IconoSec.subtraspaso{
		background:url(../shared_rec/img_shared/IconSecGrup.png) no-repeat top right;
	}
	div.IconoSec.subactivic,
	div.IconoSec.subveractic{
		background:url(../shared_rec/img_shared/IconSecAcIc.png) no-repeat top right;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secinscrip,
	div.IconoSec.subinscnueva,
	div.IconoSec.subinsccolacen,
	div.IconoSec.subinsccolaglob{
		background:url(../shared_rec/img_shared/IconSecPreInsc.png) no-repeat top right;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.sechorario,
	div.IconoSec.subhorario,
	div.IconoSec.subhorarioajustes,
	div.IconoSec.subhorprofbajo{
		background:url(../shared_rec/img_shared/IconSecHorario.png) no-repeat top right;
		width:70px;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secadmin{
		background:url(../shared_rec/img_shared/IconSecAdmin.png) no-repeat top right;
		height:85px;
	}
	div.IconoSec.subapuntes{
		background:url(../shared_rec/img_shared/IconSecApun.png) no-repeat top right;
	}
	div.IconoSec.subrecibos{
		background:url(../shared_rec/img_shared/IconReciboGra.png) no-repeat top right;
	}
	div.IconoSec.subfacturas{
		background:url(../shared_rec/img_shared/IconSecFact.png) no-repeat top right;
	}
	div.IconoSec.subcaja{
		background:url(../shared_rec/img_shared/IconSecAnotCaja.png) no-repeat top right;
	}
	div.IconoSec.subcontapaq{
		background:url(../shared_rec/img_shared/IconPaqContaGra.png) no-repeat top right;
	}
	div.IconoSec.subcontan19{
		background:url(../shared_rec/img_shared/IconSecRN19.png) no-repeat top right;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secdocencia,
	div.IconoSec.subclist,
	div.IconoSec.subdefclist,
	div.IconoSec.subtusdatos,
	div.IconoSec.subidocente,
	div.IconoSec.subprintexam{
		background:url(../shared_rec/img_shared/IconSecDocencia.png) no-repeat top right;
	}
	div.IconoSec.subprofnotas,
	div.IconoSec.subpubnotbloq,
	div.IconoSec.subpubnotnot{
		background:url(../shared_rec/img_shared/IconSecNotas.png) no-repeat top right;
	}
	div.IconoSec.subtusrecor,
	div.IconoSec.subdefrecor{
		background:url(../shared_rec/img_shared/IconSecTareas.png) no-repeat top right;
	}	
	div.IconoSec.subverhorario,
	div.IconoSec.subtuhorario{
		background:url(../shared_rec/img_shared/IconSecHorario.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subpubnotrank{
		background:url(../shared_rec/img_shared/IconSecRanking.png) no-repeat top right;
	}
	
	div.IconoSec.subpubnotrank{
		background:url(../shared_rec/img_shared/IconSecRanking.png) no-repeat top right;
	}
	
	div.IconoSec.subprofboletin,
	div.IconoSec.subcfporcenboletin,
	div.IconoSec.subprofcenvbol	{
		background:url(../shared_rec/img_shared/IconSecBoletines.png) no-repeat bottom right;
		width:75px;
	}
	
	div.IconoSec.subacttngdef,
	div.IconoSec.subacttngdef{
		background:url(../shared_rec/img_shared/IconActTrainingGra.png) no-repeat top right;
		width:63px;
		height:54px;
		
	}
	
	div.IconoSec.subcfactwdef,
	div.IconoSec.subactwdef{
		background:url(../shared_rec/img_shared/IconActWAGra.png) no-repeat top right;
	}
	div.IconoSec.subcfactrdef,
	div.IconoSec.subactrdef{
		background:url(../shared_rec/img_shared/IconActRAGra.png) no-repeat top right;
	}
	div.IconoSec.subcfactlisten,
	div.IconoSec.subactlisten,
	div.IconoSec.subactlis{
		background:url(../shared_rec/img_shared/IconActLIGra.png) no-repeat top right;
	}	
	
	div.IconoSec.subcfliberaract{
		background:url(../shared_rec/img_shared/IconActLibGra.png) no-repeat top right;
	}	
	div.IconoSec.subcfestivos{
		background:url(../shared_rec/img_shared/IconSecFestivos.png) no-repeat top right;
	}	
	
	
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secdircentro,
	div.IconoSec.subdatcen,
	div.IconoSec.subdclogacceso,
	div.IconoSec.subdclogones,
	div.IconoSec.subreportcen{
		background:url(../shared_rec/img_shared/IconSecCentro.png) no-repeat top right;
		width:85px;
		right:20px;
	}
	div.IconoSec.submiembros{
		background:url(../shared_rec/img_shared/IconSecGrup.png) no-repeat top right;
	}
	div.IconoSec.subdcmedidas,
	div.IconoSec.subdcrevclist{
		background:url(../shared_rec/img_shared/IconSecDocencia.png) no-repeat top right;
	}
	div.IconoSec.subdirdeftar{
		background:url(../shared_rec/img_shared/IconSecTareas.png) no-repeat top right;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secdirfluency,
	div.IconoSec.subreportflu,
	div.IconoSec.subdflogceso,
	div.IconoSec.subdflogones{
		background:url(../shared_rec/img_shared/IconSecFluency.png) no-repeat top right;
		width:70px;
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secconfig,
	div.IconoSec.subannocurso,
	div.IconoSec.subcfaulas,
	div.IconoSec.subcfniveles,
	div.IconoSec.subcfclist,
	div.IconoSec.subcftarifas,
	div.IconoSec.subcfstock,
	div.IconoSec.subcfcostes,
	div.IconoSec.subcfgastoscen,
	div.IconoSec.subcfmotbaja,
	div.IconoSec.subdefmsgrec,
	div.IconoSec.subcftarifaspaq{
		background:url(../shared_rec/img_shared/IconSecConfig.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subcfempresas{
		background:url(../shared_rec/img_shared/IconSecFluency.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subcfcentros{
		background:url(../shared_rec/img_shared/IconSecCentro.png) no-repeat top right;
		width:85px;
		right:20px;
	}
	div.IconoSec.subcfplantilla{
		background:url(../shared_rec/img_shared/IconSecGrup.png) no-repeat top right;
	}
	div.IconoSec.subcftareas{
		background:url(../shared_rec/img_shared/IconSecTareas.png) no-repeat top right;
	}
	div.IconoSec.subcfactic{
		background:url(../shared_rec/img_shared/IconSecAcIc.png) no-repeat top right;
	}
	div.IconoSec.subcfnotas{
		background:url(../shared_rec/img_shared/IconSecNotas.png) no-repeat top right;
	}
	div.IconoSec.subcffranjash{
		background:url(../shared_rec/img_shared/IconSecHorario.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subcfconcepcaja{
		background:url(../shared_rec/img_shared/IconSecAnotCaja.png) no-repeat top right;
	}
	div.IconoSec.subcfconcepapun{
		background:url(../shared_rec/img_shared/IconSecApun.png) no-repeat top right;
	}
	
		/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secdoctools,
	div.IconoSec.subbiblio,
	div.IconoSec.subfaq,	
	div.IconoSec.subcommiem,
	div.IconoSec.subcomsend,
	div.IconoSec.subagcal,
	div.IconoSec.subagposit,
	div.IconoSec.subagfiles
	{
		background:url(../shared_rec/img_shared/IconSecTools.png) no-repeat top right;
	}	
	div.IconoSec.subcommiem{
		background:url(../shared_rec/img_shared/IconSecGrup.png) no-repeat top right;
	}
	div.IconoSec.subcomalum,	
	div.IconoSec.subbuscaralum{
		background:url(../shared_rec/img_shared/IconSecAlum.png) no-repeat top right;
		width:70px;
	}
	div.IconoSec.subbuscarprof,
	div.IconoSec.subcalculadora,
	div.IconoSec.subbuscarproflib{
		background:url(../shared_rec/img_shared/IconSecDocencia.png) no-repeat top right;
	}
	
	
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secinformes,
	div.IconoSec.subinfalumnot,
	div.IconoSec.subinfgrpchk,
	div.IconoSec.subinfgrpcfg,
	div.IconoSec.subinfgrpocu,
	div.IconoSec.subinfalumadmin,
	div.IconoSec.subinfbajas,
	div.IconoSec.subinfparticipa,
	div.IconoSec.subinffidel,
	div.IconoSec.subinfrepchk,
	div.IconoSec.subinfmedidas,
	div.IconoSec.subinfprofhoras,
	div.IconoSec.subinflistnot,
	div.IconoSec.subinfecorent,
	div.IconoSec.subinfecoconcep,
	div.IconoSec.subinfcash,
	div.IconoSec.subinflistalums,
	div.IconoSec.subinfgrpdat,
	div.IconoSec.sublistalummatnow,
	div.IconoSec.subinfgrpavance,
	div.IconoSec.subinfbajasult,
	div.IconoSec.subinfalumdesc,
	div.IconoSec.subinfalumsincuotaemitida,
	div.IconoSec.subinfretrasochk,
	div.IconoSec.subinfestado,
	div.IconoSec.subinfexamextern {
		background:url(../shared_rec/img_shared/IconSecInformes.png) no-repeat top right;
		width:70px;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.subacttng{
		background:url(../shared_rec/img_shared/IconActTrainingGra.png) no-repeat center right;
		width:70px;
	}
	div.IconoSec.subactwa{
		background:url(../shared_rec/img_shared/IconActWAGra.png) no-repeat center right;
		width:70px;
	}
	div.IconoSec.subactra{
		background:url(../shared_rec/img_shared/IconActRAGra.png) no-repeat center right;
		width:70px;
	}
	div.IconoSec.subgenwords,
	div.IconoSec.subgentext{
		background:url(../shared_rec/img_shared/IconGenTextGra.png) no-repeat top right;
		
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.secncservicios,
	div.IconoSec.subcuentalist,
	div.IconoSec.subsesionmes,
	div.IconoSec.subsesionuser,
	div.IconoSec.subpaginas,
	div.IconoSec.subtrabajos{
		background:url(../shared_rec/img_shared/IconSecNC.png) no-repeat bottom right;
		
	}
	/*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	div.IconoSec.subpedidos{
		background:url(../shared_rec/img_shared/IconComprasPedidos.png) no-repeat bottom right;
		padding-top:10px;
	}
	div.IconoSec.subproveedores,
	div.IconoSec.subproveval{
		background:url(../shared_rec/img_shared/IconProveedores.png) no-repeat bottom right;
		padding-top:10px;
		
	}
	